home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / util / libs / boards227.lha / developer / include / c / clib / boards_protos.h
Encoding:
C/C++ Source or Header  |  1998-10-08  |  519 b   |  24 lines

  1. #ifndef CLIB_BOARDS_PROTOS_H
  2. #define CLIB_BOARDS_PROTOS_H
  3.  
  4. /*
  5. **      $VER: boards_protos.h 2.0 (17.12.1997)
  6. **    fixed by SDI
  7. **
  8. **      boards.library proto types
  9. **
  10. **      (C)1997 by Torsten Bach
  11. **      All Rights Reserved.
  12. */
  13.  
  14. #include <libraries/boards.h>
  15.  
  16. /* boards protos */
  17.  
  18. ULONG GetBoardName(STRPTR, STRPTR, struct ConfigDev *, UWORD, UBYTE);
  19. ULONG AllocBoardInfo(ULONG);
  20. ULONG NextBoardInfo(struct BoardInfo *, struct ConfigDev *);
  21. ULONG FreeBoardInfo(struct BoardInfo *);
  22.  
  23. #endif    /* CLIB_BOARDS_PROTOS_H */
  24.